home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / develop™ Technical Journal / develop Issue 11 code / Graphical Truffles.sea / Graphical Truffles / Blasto code / ShowResult.a / ShowResult.a
Encoding:
Text File  |  1992-11-17  |  159 b   |  12 lines  |  [TEXT/MPS ]

  1.         CASE ON
  2.         INCLUDE 'Traps.a'
  3.         
  4. ShowResult PROC EXPORT
  5.            link            a6,#0
  6.            move.l        8(a6),d0
  7.            _Debugger
  8.            unlk         a6
  9.            rts
  10.            endp
  11.            
  12.            end